C1.Silverlight.Olap.5
Add Method (ValueSet<T>)

Value to add to the collection.
Adds a value to the collection if not already present.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal value As T _
) 
public void Add( 
   T value
)

Parameters

value
Value to add to the collection.
See Also

Reference

ValueSet<T> Class
ValueSet<T> Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.